home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2704 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1011 b 

  1. Path: news.cencom.net!netnews
  2. From: wsenn@cencom.net (Will Senn)
  3. Newsgroups: comp.lang.c++
  4. Subject: getch() and cin
  5. Date: 19 Jan 1996 06:07:10 GMT
  6. Organization: Your Organization
  7. Message-ID: <4dncee$4g2@news.cencom.net>
  8. NNTP-Posting-Host: macomb_ppp__04.cencom.net
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=US-ASCII
  11. X-Newsreader: WinVN 0.99.7
  12.  
  13.     I would appreciate it if someone could tell me if there is a way
  14. to make cin read input without line buffering (waiting for the carriage
  15. return)?  I know all about getch() in conio.h, however I would prefer
  16. sticking to stream input included in iostream.h.  Any help along these lines
  17. would be greatly appreciated.
  18.  
  19.     Before anyone freaks, I spent several hours with the various search
  20. engines on the web as well as looking through a ton of related newsgroups
  21. before I posted this seemingly obvious question.  The closest I came to an
  22. answer was a reference to a FAQ 309, a depressingly hard to find faq, quoted
  23. in the C++ Faq.
  24.  
  25. Thanks for any help,
  26.  
  27.  
  28. Will
  29.  
  30.